var testing.matchMutex

3 uses

	testing (current package)
		match.go#L49: var matchMutex sync.Mutex
		match.go#L93: 	matchMutex.Lock()
		match.go#L94: 	defer matchMutex.Unlock()